home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d6 / tallyho.arc / CHKBOOK.FCP < prev    next >
Text File  |  1990-09-23  |  848b  |  64 lines

  1. @DSPLY "This program is used"
  2. @DSPLY "to reconcile the"
  3. @DSPLY "checkbook balance"
  4. @DSPLY "with the balance per"
  5. @DSPLY "bank statement."
  6. @GET "Balance per bank "
  7. @RIN (1)
  8. @GET "Balance per checkbook"
  9. @RIN (2)
  10. @GET "Deposits in transit"
  11. @RIN (3)
  12. @DSPLY "Cash receipts recorded"
  13. @GET "but not deposited"
  14. @RIN (10)
  15. @GET "Outstanding checks"
  16. @RIN (4)
  17. @GET "Note collected by bank"
  18. @RIN (5)
  19. @GET "Interest earned"
  20. @RIN (6)
  21. @GET "Bank service charges"
  22. @RIN (7)
  23. @GET "NSF checks returned"
  24. @RIN (8)
  25. @ROUT (1)
  26. +
  27. @ROUT (3)
  28. +
  29. @ROUT (10)
  30. =
  31. @NEW STEP
  32. -
  33. @ROUT (4)
  34. =
  35. @NEW STEP
  36. @RIN (1)
  37. =
  38. @NEW STEP
  39. @ROUT (2)
  40. +
  41. @ROUT (5)
  42. =
  43. @NEW STEP
  44. +
  45. @ROUT (6)
  46. =
  47. @NEW STEP
  48. -
  49. @ROUT (7)
  50. =
  51. @NEW STEP
  52. -
  53. @ROUT (8)
  54. =
  55. @NEW STEP
  56. @DSPLY "Balance - checkbook "
  57. =
  58. @NEW STEP
  59. @ROUT (1)
  60. =
  61. @NEW STEP
  62. @DSPLY "Balance - bank"
  63. @STOP
  64.